body { font-family: 'roboto', Arial, Helvetica, sans-serif }

.newstape a { color: #F5F7FA; }

#wrapper {
  width: 450px;
  margin: 0 auto;
}

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.newstape {
	background-color: #A4DAEC;
	color: #0A4B8D;
	height: 340px;
	overflow: hidden;
		line-height: 20px !important;
}
.newstape a{
	color: #222;

	font-size: 14px;
}
.newstape hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #6CC5E1;
}
.newstape-content {
  position: relative;
  padding: 15px;
}

.newstape-drag { cursor: ns-resize; }
